Conversation
|
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack. |
| } | ||
| type ComponentDefinitionDB struct { | ||
| ID uuid.UUID `json:"id"` | ||
| ID uuid.UUID `json:"componentDefinitionId"` |
There was a problem hiding this comment.
@MUzairS15 @leecalcote To fix the golangci-lint issue, I renamed the Json tag. Will it have an impact on its dependencies?
There was a problem hiding this comment.
@Yashsharma1911 may be slow to response, therefore I revert this unpredictable modification so that we can keep going. // @MUzairS15 @leecalcote
There was a problem hiding this comment.
@RipulHandoo, I wonder if you might be familiar here.
There was a problem hiding this comment.
@leecalcote @MUzairS15 Can we go ahead, and I can create another issue mentioning @Yashsharma1911 @RipulHandoo to track it?
models/model/core/v1alpha1/models.go
Outdated
|
|
||
| type ModelDB struct { | ||
| ID uuid.UUID `json:"id"` | ||
| ID uuid.UUID `json:"modelDBId"` |
MUzairS15
left a comment
There was a problem hiding this comment.
Note: This will be a breaking change.
cb3833a to
b13db22
Compare
|
@leecalcote Do you have any comments? |
| } | ||
|
|
||
| const MesheryAnnotationPrefix = "design.meshmodel.io" | ||
| const MesheryAnnotationPrefix = "design.model.io" |
Thank you for asking. I only have two:
|
IMO, the dependencies sequence should be meshkit <- meshery-adapter-library <- Meshery components (Adapters, Mesheryctl... ) In order to make the transformation seamlessly, we can create a release of meshkit, then validate the meshery-adapter-library can work if update the meshkit version. Then we can create the release of meshery-adapter-library to validate other Meshery components base on that. This is a process that requires care and patience. @MUzairS15 Please correct me if I missed something. |
|
Here's a related / similar chore - meshery/meshery#9969 |
This is making sense to me, @gyohuangxin. @MUzairS15, sound about right? |
|
@gyohuangxin Yes, its correct. While adapter-library and server can be done in parallel. |
|
While I propose the change for this to be done, when the first iteration of the refactoring from I'll create a issue to track this item. |
|
@gyohuangxin Since Will you first start the migration in Meshery Server by using this branch as local go.mod reference? |
@MUzairS15 Got it. Will work on that. |
Signed-off-by: Huang Xin <xin1.huang@intel.com>
Signed-off-by: Xin Huang <xin1.huang@intel.com>
Signed-off-by: Xin Huang <xin1.huang@intel.com>
Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
Signed-off-by: Mohd Uzair <muzair.shaikh810@gmail.com>
|
Uh-oh. A merge conflict popped up. |
b13db22 to
c753c2d
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
This PR fixes #467
Notes for Reviewers
Signed commits